home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ODProcessUtils.h
-
- Contains: xxx put contents here xxx
-
- Owned by: Reggie Adkins
-
- Copyright: © 1996 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <2> 9/19/96 TJ Made it compile with out PCH.
- <1> 9/17/96 RA first checked in
-
- To Do:
- */
-
- #ifndef _ODPROCESSUTILS_
- #define _ODPROCESSUTILS_
-
- #ifndef _ODTYPES_
- #include <ODTypes.h>
- #endif
-
- #ifdef _PLATFORM_MACINTOSH_
-
- OSErr FindProcess(ProcessSerialNumberPtr aPSN, OSType sig, unsigned long type);
-
- #endif
-
- #endif
-